home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / sco.swf / scripts / DefineButton2_59 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2004-05-11  |  209 bĀ   |  6 lines

  1. on(press){
  2.    _parent.stopMovie(_parent.scrubTarget);
  3.    _parent.scrubTimeLineHandle = "scrub";
  4.    this.startDrag(false,0,_parent.timeLine._y,_parent.timeLine._width - this._width,_parent.timeLine._y);
  5. }
  6.